@media screen and (min-width: 100px) and (max-width: 1024px) {
  .app-head {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    position:relative;
  }
  .m_ca69ed3f6cf3474c4a2923a45247ed3c{
    position: absolute;
    z-index: 1;
    right: 97px;
    font-size: 14px;
    color: #254694;
  }
  .app-head .logo {
    display: inline;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
	background: none;
  }
  .app-head .logo img {
    width: 100%;
    height: 45px;
  }
  .app-head .search {
    width: 100%;
    height: 30px;
    background: #F0F0F0;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  .app-head .search input {
    background: #F0F0F0;
    margin-left: 10px;
    /* width: 80%; */
    height: 30px;
    border: none;
    outline: none;
  }
  .app-head .search .ss {
    width: 42px;
    height: 30px;
    background: url(./bjq-ss.png) no-repeat center;
    background-size: 100% 100%;
  }
  .app-title {
    width: 100%;
    height: 50px;
    background: #D9001B;
  }
  .app-title .top-part {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
  }
  .app-title .top-part .top-list {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
  }
  .app-title .top-part .nav-item {
    width: 30%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .app-title .top-part .nav-item a {
    color: #fff;
    font-size: 16px;
  }
  .app-title .top-part .active {
    background: #F59A23;
  }
  .app-title .top-part .active a {
    color: #fff;
  }
  .footer {
    width: 100%;
    background: #F7F3F0;
    box-sizing: border-box;
    padding: 10px;
    border-top: 3px solid #D9001B;
  }
  .footer .foot-top {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 9px;
  }
  .footer .foot-top a {
    display: inline-block;
    width: 100%;
  }
  .footer .foot-top .foot-text {
    text-align: center;
    font-size: 10px !important;
    color: #333;
    line-height: 20px;
  }
  .footer .foot-bottom {
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .foot-bottom .dzjg {
    width: 25px;
    height: 30px;
  }
  .footer .foot-bottom .hz {
    width: 45px;
    height: 35px;
    margin: 0 10px;
  }
  .footer .foot-bottom .zfwz {
    width: 70px;
    height: 35px;
  }
}
